home *** CD-ROM | disk | FTP | other *** search
/ Old PC Drivers Collection / Old_PC_Drivers_Collection.zip / Creative Sound Blaster CD-ROM / dos_win3 / INSTALL.BAT < prev    next >
DOS Batch File  |  2002-11-14  |  414b  |  12 lines

  1. @echo off
  2. echo This program will overwrite your current autoexec and config files.
  3. echo Your old files will be saved to your c:\ drive with a txt extension.
  4. pause
  5. copy c:\autoexec.bat c:\autoexec.txt /y
  6. copy c:\config.sys c:\config.txt /y
  7. copy dosdrv\autoexec.txt c:\autoexec.bat /y
  8. copy dosdrv\config.txt c:\config.sys /y
  9. mkdir c:\dosdrv
  10. copy dosdrv\*.* c:\dosdrv /y
  11. echo Driver installation complete.
  12.